vcAssemblyPatternSlot
Assembly pattern slot defines a single location, including its position and orientation, in the assembly. Assembly slots are child objects of assembly patterns.
See in: Overview
Module: vcProcessModel
Parent: vcObject
Children -
Referenced by: vcAssemblyPattern.Slots, vcAssemblyPattern.cloneSlotFrom(), vcAssemblyPattern.createSlot(), vcAssemblyPattern.findSlot()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Item | vcProductTypeAssemblyPatternItem | R | Gets the item that fills the assembly pattern slot in the assembly pattern. |
| OrderIndex | Integer | RW | Gets or sets the order in which the pattern slots are created. |
| Pattern | vcAssemblyPattern | R | Gets the pattern that the slot is part of. |
| Position | vcMatrix | RW | Gets or sets the positions of the slot within the pattern. |
| Properties | vcPropertyContainer | R | Gets the properties of this assembly pattern slot. |
| UniqueId | String | R | Gets the unique identifier for the assembly pattern slot. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| delete | None | None | Delete this assembly pattern slot. |
Events
Learn how to use events here. The events are also inherited from the parent class.
| Name | Parameters | Description |
| OnItemChanged | None | Triggered when the item is replaced by another. Parameters: vcProductTypeAssemblyPatternItem: The new pattern item. |